@charset "utf-8";
/* CSS Document */



.legales {
	margin-top:60px;
}

.legales .column {
  float: left;
  width: 50%;
	height:auto;
	margin-top:20px;
	text-align:left;
 display: inline-block;
	

}

/* Clear floats after the columns */
.legales .row:after {
  content: "";
  display: table;
  clear: both;
	width:100%;
}

.legales .row {

	margin-bottom:40px;
	text-align:center;
}

.legales .mentions-B {
  margin: 0 0 12px;
	text-align:justify;
	text-align-last:left;
}

.faq-card h4 {
  
	padding-right:40px;
}



.card-wrapper {
  
  
  padding-top: 25px;
}



/* generics */
/*================================================*/

.content-cc{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FAQ card */
/*================================================*/

.faq-card {

  background-color: #fff;
  max-width: 1000px;
}


/* FAQ card: main */
/*================================================*/

.faq-content {
  padding: 9px 25px 25px ; 
}

.faq-content h3 {
  font-size: 22px;
  text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	color:black;
	font-weight:600;
  
}


@media only screen and (max-width:678px) {
	.card-wrapper {
  
  padding-bottom: 0px; /* footer fixed */
  padding-top: 0px;
}
	.faq-content h3 {
  font-size: 18px;
  
  
}
.faq-card {

  
  border-radius: 0px;
  max-width: 100vw;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
	
}

@media (max-width:940px) {
	.legales .column {
  float: none;
  width: 100%;
 
}
	.legales .column p{
  text-align-last:center;
		text-align:center;
		display:block;
		
}
}